home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / filelist.lha / FileList.doc < prev    next >
Text File  |  1995-06-05  |  4KB  |  108 lines

  1.                               FileLister v1.2
  2.                               ---------------
  3.  
  4.  A quite simple-to-use filelister, that allows the SysOp to decide which
  5.  areas to include, how old files to include to make nice lists for the
  6.  users to DL. Handles the most extra-long desc's generated by different
  7.  file_id-handlers.
  8.  
  9.  
  10.                                 Disclaimer
  11.                                 ----------
  12.  
  13.  This tool is supposed to generate filelists..If it doesn't and instead
  14.  fuck's up your system, I'm not going to take any responsibility.
  15.  
  16.  Further more, the archive can be repacked with any packer, you may add
  17.  as many BBS-add's as you want as long as the following files are included:
  18.  
  19.   FileList     --> the executable
  20.   FileList.doc --> this doc-file 
  21.   Lister.cfg   --> the example configurarion file
  22.   File_id.diz  --> My nice description! :)
  23.  
  24.  
  25.                     How to Install, and configure etc..
  26.                     -----------------------------------
  27.  
  28.  The executable takes ONE argument, and that's the path and name to the
  29.  temporary file your using, if no argument is given, FileList will use
  30.  'ram:temp' as temporary file. It's installed as an ordinary CNet C-pfile,
  31.  bvut the smartest thing, should be to run it as an event, and thereby
  32.  get nice and freshg filelists for your users!
  33.  
  34.  The config files should be in 'Sysdata:' and have the name Lister.cfg.
  35.  It's build up like this:
  36.  
  37.   @BEGIN_FILE_LIST , @END_FILE_LIST : this to lines indicates the end
  38.  and beginning of a new list.
  39.  
  40.   #pack = lha -q r ram:listor/AllMain ram:FileList.RD : this is the line
  41.   actually executed when the list is complete. This one will create an archive
  42.   in ram: by the name of AllMain.Lha, do it quietely and replace all files in
  43.   the archive if present. Change it so it fit's your board and the packer
  44.   you wishes to use. If you dont wan't it to be packed you can write:
  45.  
  46.    #pack = copy ram:FileList.RD gfiles:MyList1
  47.  
  48.   And your list will end up in 'Gfiles:' under the name 'MyList1'
  49.  
  50.   #date = : this line set's how old files that should be included in the
  51.   list, 'NULL' includes ALL files, 7 skips files older than 7 days, 
  52.  
  53.   #areas : this one only tells FileLister that it's time to start reading
  54.   the areas, below this line you write the name of the areas you'll wish to
  55.   include.. 
  56.  
  57.   NOTE! all config commands are casesensetiv EXCEPT for the area-names, 
  58.   i.e. #Areas is NOT a valid command!!!!
  59.  
  60.   #end_areas : tell's FileLister that the fun is over and it's time to 
  61.   pack this file and move on!
  62.  
  63.  
  64.                               What is fixed?
  65.                               --------------
  66.  v1.1:
  67.  -----
  68.   Now, it's list only name, size, and description, but it lists the
  69.   FULL name, making it better for those who'll try to FREQ the files
  70.   in your list!!
  71.  
  72.  v1.2:
  73.  -----
  74.   Now listing, itemnumber, size, upload/post-date, description and
  75.   still the FULL name for easier FREQ's!!
  76.  
  77.                                Who dunnit!?
  78.                                ------------
  79.  
  80.  FileLister was written by me, Stefan Lindstrom AKA Wolverine, compiled
  81.  with SAS C 6.55, tested with CNet 3.05 on an A500, with 3megs of RAM, 
  82.  and 120 MB HD.
  83.  
  84.  
  85.                              Bugreports etc..
  86.                              ----------------
  87.  
  88.  Bugreports, ideas of improvement, ideas for new pfiles, can be mailed to
  89.  the following:
  90.  
  91.   E-mail: tde94lis@tintin.hik.se
  92.       tde94lis@te.hik.se
  93.   FIDO:   2:200/314.1
  94.  
  95.   SnailMail: Stefan Lindstrom
  96.          Vildrosgrand 13B
  97.          39365 Kalmar
  98.  
  99.           ____     _  _     _____       _____     _____     _____
  100.          /___/\   //\//\   /____/\     /____/\   /____/\   /____/\
  101.         /    \ \ / \/ \ \ /  ___\/_   /  ___\/_ /  _  \ \ / __  \ \
  102.         \__\  \ \\  _  \ \\   _\__/\  \   _\__/\\  \\  \ \\  \\  \ \
  103.             \  \/ \  \  \/ \      \/   \      \/ \  \\  \/ \  \\  \/
  104.              \_/   \_/\_/   \_____/     \_____/   \_/ \_/   \_/\__/
  105.  
  106.  FileLister (C) 1995 by Wolverine 
  107.  
  108.